[INFO] fetching crate eventcore-macros 1.0.1...
[INFO] fixing eventcore-macros-1.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate eventcore-macros 1.0.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate eventcore-macros 1.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate eventcore-macros 1.0.1
[INFO] tweaked toml for crates.io crate eventcore-macros 1.0.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate eventcore-macros 1.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate eventcore-macros 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06
[INFO] running `Command { std: "docker" "start" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking eventcore-macros v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stdout] error[E0432]: unresolved import `eventcore`
[INFO] [stdout]  --> tests/command_derive_macro_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use eventcore::{
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `eventcore`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eventcore`, use `cargo add eventcore` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eventcore_memory`
[INFO] [stdout]  --> tests/command_derive_macro_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use eventcore_memory::InMemoryEventStore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eventcore_memory`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 - use eventcore_memory::InMemoryEventStore;
[INFO] [stdout] 5 + use eventcore_macros::InMemoryEventStore;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eventcore_types`
[INFO] [stdout]  --> tests/command_derive_macro_test.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use eventcore_types::EventStore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `eventcore_types`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 - use eventcore_types::EventStore;
[INFO] [stdout] 6 + use eventcore_macros::EventStore;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]    --> tests/command_derive_macro_test.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |     #[stream]
[INFO] [stdout]     |       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eventcore`
[INFO] [stdout]  --> tests/command_macro.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use eventcore::{Command, CommandStreams, StreamId};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `eventcore`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eventcore`, use `cargo add eventcore` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]    --> tests/command_derive_macro_test.rs:102:7
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[stream]
[INFO] [stdout]     |       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]  --> tests/command_macro.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[stream]
[INFO] [stdout]   |       ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> tests/command_macro.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[stream]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `eventcore`
[INFO] [stdout]  --> tests/require_macro_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use eventcore::{
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `eventcore`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `eventcore`, use `cargo add eventcore` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> tests/require_macro_test.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[stream]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]   --> tests/require_macro_test.rs:55:7
[INFO] [stdout]    |
[INFO] [stdout] 55 |     #[stream]
[INFO] [stdout]    |       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `stream` in this scope
[INFO] [stdout]    --> tests/require_macro_test.rs:215:7
[INFO] [stdout]     |
[INFO] [stdout] 215 |     #[stream]
[INFO] [stdout]     |       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `stream` is an attribute that can be used by the derive macro `Command`, you might be missing a `derive` attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `stream_declarations` found for struct `TransferFundsCommand` in the current scope
[INFO] [stdout]   --> tests/command_macro.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct TransferFundsCommand {
[INFO] [stdout]    | --------------------------- method `stream_declarations` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     let declared: Vec<_> = command.stream_declarations().iter().cloned().collect();
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^^^^^^ method not found in `TransferFundsCommand`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eventcore-macros` (test "command_derive_macro_test") due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eventcore-macros` (test "command_macro") due to 4 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `eventcore-macros` (test "require_macro_test") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06", kill_on_drop: false }`
[INFO] [stdout] 645c82128ba945e0fae7d38ba09f19a8b9c634ff1a551eb523c34c936736fa06
